home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / dskut / qformat.zip / QFORMAT.DOC < prev   
Text File  |  1988-03-26  |  6KB  |  115 lines

  1.                 QFORMAT
  2.                  by Ted Beach
  3.  
  4.  
  5.      Qformat is a TSR (Terminate and Stay Resident) program that
  6.      allows the user to format a disk from within any application that
  7.      might be running at the time. When it is invoked, you can add one
  8.      or two optional parameters to establish the type of formatting
  9.      desired:
  10.  
  11.                  qformat 1
  12.                  qformat 8
  13.  
  14.      or any combination of the two. Each option must be delimited by a
  15.      space or other character from the program name. If neither option
  16.      is selected, the default of DSDD (double-sided, 9 sectors per
  17.      track) is set. The "1" option specicifies single sided. The "8"
  18.      option specifies 8 sectors per track.
  19.  
  20.      Once activated, Qformat stays in the background, awaiting your
  21.      call. To format a disk very quickly, first insert a blank disk
  22.      in drive A:, then press both SHIFT keys, together with the
  23.      CTRL key. The disk in drive A: will be formatted very quickly.
  24.      There will be no messages or other indications to the user. You
  25.      MUST have a disk in drive A: when you call up Qformat. The only
  26.      indication given is if there is an error. Then the speaker gives
  27.      a beep, but then you have problems. There is built-in error
  28.      handling, however Qformat contains some rather severe bugs. More
  29.      on this later. For now, just make sure there is a
  30.      non-write-protected disk in drive A: before activating Qformat.
  31.      There should be absolutely no problems using Qformat this way. 
  32.  
  33.      Qformat attains its "quickness" in that there is absolutely no
  34.      error checking performed as it executes. It just does its job of
  35.      formatting and goes on. If there are hard or soft errors, that's
  36.      too bad (although this is a rarity.)! The data you later write to
  37.      the Qformatted disk may not "take", so be advised. However,
  38.      Qformat has come to my rescue reliably on many occasions when I
  39.      didn't have a formatted disk handy when I really needed it. The
  40.      bottom line is, use Qformat in its present state at your own
  41.      risk.
  42.  
  43.      Despite the error-handling supposedly provided by Qformat, you
  44.      will find that your computer will go to sleep (off into
  45.      never-never land) if you should hear the speaker beep its error
  46.      warning. To avoid this, all you need to do is make sure there is
  47.      a NON-WRITE-PROTECTED DISK IN DRIVE A: when you activate Qformat.
  48.      If you can figure out why this happens, I would really like to
  49.      hear from you. Thanks.
  50.  
  51.      ******************* NOTE TO PROGRAMMERS *************************
  52.      *                                                               *
  53.      *  I have included with this archive the source code for        *
  54.      *  Qformat. It is the file QFORMAT.8, with hardly any comments  *
  55.      *  whatsoever! If you can find a way to make Qformat behave be- *
  56.      *  tter with regards to errors, I would appreciate hearing      *
  57.      *  from you! The source code is set up to be assembled by the   *
  58.      *  A86 assembler of Eric Isaacson. If you use MASM or other     *
  59.      *  assembler, you'll probably have to make a few changes. Feel  *
  60.      *  free to do so. I like A86 (shareware) and recommend it to    *
  61.      *  anyone who does assembly language programming. See your local*
  62.      *  bulletin board, or write Eric at:                            *
  63.      *                                                               *
  64.      *                  418 E. University St.                        *
  65.      *                  Bloomington, IN  47401                       *
  66.      *                                                               *
  67.      *                                                               *
  68.      ******************* NOTE TO PROGRAMMERS *************************
  69.  
  70.  
  71.      Qformat is released to the public domain by its author, Ted
  72.      Beach. Any and all comments and/or abuse should be directed to
  73.      him at the following address: 
  74.  
  75.      Ted Beach
  76.      5112 Williamsburg Blvd.
  77.      Arlington, VA  22207
  78.  
  79.      February 11, 1988
  80.  
  81.          ----------------end-of-author's-documentation---------------
  82.  
  83.                         Software Library Information:
  84.  
  85.                    This disk copy provided as a service of
  86.  
  87.                         The Public (Software) Library
  88.  
  89.          We are not the authors of this program, nor are we associated
  90.          with the author in any way other than as a distributor of the
  91.          program in accordance with the author's terms of distribution.
  92.  
  93.          Please direct shareware payments and specific questions about
  94.          this program to the author of the program, whose name appears
  95.          elsewhere in  this documentation. If you have trouble getting
  96.          in touch with the author,  we will do whatever we can to help
  97.          you with your questions. All programs have been tested and do
  98.          run.  To report problems,  please use the form that is in the
  99.          file PROBLEM.DOC on many of our disks or in other written for-
  100.          mat with screen printouts, if possible.  The P(s)L cannot de-
  101.          bug programs over the telephone.
  102.  
  103.          Disks in the P(s)L are updated monthly, so if you did not get
  104.          this disk  directly from the P(s)L,  you should be aware that
  105.          the files in this set may no  longer be the current versions.
  106.  
  107.          For a copy of the latest monthly software library newsletter
  108.          and a list of the 1,000+ disks in the library, call or write
  109.  
  110.                         The Public (Software) Library
  111.                               P.O.Box 35705 - F
  112.                            Houston, TX 77235-5705
  113.                       (713) 721-6104 or (713) 721-5205
  114.  
  115.